/** @format */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

.nav-link {
  color: #222 !important;
  font-weight: 600 !important;
}
* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
p {
  font-weight: 500 !important;
}

.bg-nav-sec{
  padding: 0 15px !important;
  --tw-bg-opacity: 1;
  font-weight: 600 !important;
  color: #fff !important;
  background-color: #004485 !important;
}

.blog-bg{
  padding: 1.5rem 0 !important;
  background-color: #004485 !important;
}

.carousel-item  img {
  height: 50vh !important; /* Set max height to 50% of viewport */
  object-fit: cover; /* Make sure the images cover the area nicely */
}

.loan-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.loan-image {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
}

.footer {
  background-color: #f8f9fa;
  padding: 20px;
}
.social-icons a {
  font-size: 1.5rem;
  margin-right: 10px;
  color: #000;
}
.social-icons a:hover {
  color: #007bff;
}
.logo {
  width: 150px;
  height: auto;
}
.contact-info {
  font-size: 1rem;
}

.calculator-container {
  max-width: 500px;
  margin: 50px auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #f7f7f7;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.result-box {
  background-color: #e9ecef;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}

#our-vision {
  background: linear-gradient(
    90deg,
    rgba(53, 172, 177, 1) 25%,
    rgba(4, 75, 136, 1) 100%
  ) !important;
}

.card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.card:hover {
  transform: translateY(-30px);
}

.social-icons a {
  margin: 0 10px;
  color: #333;
  transition: color 0.2s ease-in-out;
}

.social-icons a:hover {
  color: #007bff;
}

          .carousel-item {
            
              box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          }
          .carousel-content {
              display: flex;
              align-items: center;
              height: 100%;
          }
          .carousel-caption-left {
              text-align: left;
              color: #333; /* Text color */
          }
          .carousel-caption-left h5 {
              font-size: 2rem;
          }
          .carousel-caption-left p {
              font-size: 1.2rem;
          }
.carousel-inner{
  background-color: rgba(34, 162, 255, 0.41) !important;
}



.chat-box {
  width: 300px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background-color: #d4cfcf;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.chat-header {
  background-color: #4CAF50;
  color: white;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.chat-header h5 {
  margin: 0;
}

.chat-body {
  padding: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.chat-footer {
  padding: 10px;
  background-color: white;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.btn-chat {
  background-color: #28a745 !important;
  color: white;
  border: none;
  width: 100%;
  padding: 10px;
  border-radius: 25px;
}

.powered-by {
  font-size: 0.8em;
  color: #999;
}


.feature-box {
  padding: 20px;
  border: 2px solid #e2e2e2;
  border-radius: 10px;
  transition: box-shadow 0.3s ease-in-out;
}
.feature-box:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.icon {
  font-size: 50px;
  margin-bottom: 10px;
}
.icon img {
  width: 50px;
  height: 50px;
}
h3 {
  color: #007bff;
}